關於 Thread.currentThread() currentThread() 到底是什么? 其實currentThread() 只是Thread 的一個靜態方法。返回的正是執行當前代碼指令的線程引用: 換句話說, Thread ...